module Pagans {
	 imports {
		 Base}
	
    item Pagans_Vest_Denim
    {
        Type = Clothing,
        DisplayName = Pagans Vest Denim,
        ClothingItem = Pagans_Vest_Denim,
        BodyLocation = Jacket,
        Icon = PGNS,
        BloodLocation = ShirtNoSleeves,

        ClothingItemExtra = Pagans_Vest_Denim_Open,
        ClothingItemExtraOption = Open,
        clothingExtraSubmenu = Close,

        BiteDefense = 15,
        Insulation = 0.5,
        WindResistance = 0.5,
        FabricType = Denim,
        WaterResistance = 0.5,
        Weight = 1.5,
        WorldStaticModel = Vest_Ground,
    }
    item Pagans_Vest_Denim_Open
    {
        Type = Clothing,
        DisplayName = Pagans Vest Denim,
        ClothingItem = Pagans_Vest_Denim_Open,
        BodyLocation = Jacket,
        Icon = PGNS,
        BloodLocation = ShirtNoSleeves,

        ClothingItemExtra = Pagans_Vest_Denim,
        ClothingItemExtraOption = Close,
        clothingExtraSubmenu = Open,

        BiteDefense = 15,
        Insulation = 0.5,
        WindResistance = 0.5,
        FabricType = Denim,
        WaterResistance = 0.5,
        Weight = 1.5,
        WorldStaticModel = Vest_Ground,
    }
}